/************************************footer div****************/
#foot
{
    width: 100%;
    height: 75px;
    background-color: lightskyblue;
}
#fff{

    width: 50%;
    margin-left: 40%;
    color: white;
    padding: 10px;
}

/************************************footer div****************/

/*************************************Header started********************************************/
body {
  font-family: Arial, sans-serif;
  margin:0;
  padding:0;
  overflow-x:hidden;/* secret content<body width */ 
  }
/* secret content<body width */ 

* {
  box-sizing: border-box;
}
.content {
  width: 100%;
}
/* secret content<body width */ 

/* Header CSS */ 
header {
  background-color:white;
  color: lightskyblue;
  padding: 15px 0;
  text-align: center;
  width: 100%;
 
}
 img
{
float: left;
margin: 20px;
}


/*************************************Header completed *******************************************/
/*************************************Navigation started********************************************/

nav {
  background-color: lightskyblue;
  width: 100%;
  padding-left: 30%;/* great solution */
 
}
#nav{
  width: 100%;
  
}


nav ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: left;

    
  
}

nav ul li {
    margin: 10px;
}

nav ul li a {
    color: white;
    text-decoration: none;
    padding: 10px 20px;
    display: block;
}

nav ul li a:hover {
    background-color: #ddd;
    color: black;
}
/* Footer CSS */

/*************************************Navigation Completed*******************************************/
/* **************************about section started **************************************************/

 #contain {
      width: 100%;
      margin: 20px auto;
      padding: 20px;
      background-color: white;
      margin-bottom: 0;
      
    }
.about-section {
      text-align: center;
      margin-bottom: 40px;
    }

    .about-section h2 {
      color:black;
    }

    .about-section p {
      color:darkgray;
      font-size: 15px;
      font-family: sans-serif;
    }

/* **************************about section complted  **************************************************/

/* **************************Vision , Mission started  **************************************************/

#pic
{
  width:40%;
  float: left;
  
}

 /************************Mission , Vision and values************************/
   
.vmv-section {
  text-align: center;
  padding: 30px 20px;
  background-color: azure;
  border-radius: 10px;
}

.vmv-section h1 {
  font-size: 2.5rem;
  margin-bottom: 40px;
  color: #004080;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}

.vmv-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 25px;
}

.card {
  background: white;
  width: 300px;
  border-radius: 20px;
  padding: 30px 20px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card h2 {
  font-size: 1.6rem;
  color: #0059b3;
  margin-bottom: 15px;
}

.card p {
  font-size: 1rem;
  color: #555;
  line-height: 1.6;
}

.card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.15);
}

/* Distinct subtle color borders for each card */
.vision {
  border-top: 5px solid #00aaff;
}

.mission {
  border-top: 5px solid #00cc66;
}

.values {
  border-top: 5px solid red;
}

/* Responsive design */
@media (max-width: 768px) {
  .vmv-container {
    flex-direction: column;
    align-items: center;
  }

  .card {
    width: 90%;
  }
}

  /************************Mission , Vision and values************************/





/* **************************Vision , Mission complted  **************************************************/

/* **************************Values started   **************************************************/

/* **************************Values completed  **************************************************/

    /* about Team */

    #teamholder
    {
      width: 100%;
      height: fit-content;
      display: flex;
      flex-wrap: wrap;
    }

    .team {
      display: flex;
      justify-content: space-around;
      margin-top: 40px;
    }

    .team-member {
      text-align: center;
      background: #eee;
      padding: 20px;
      border-radius: 10px;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
      width: 29.3%;
      float: left;
      min-height: 300px;
      margin-bottom: 30px;
      margin-top: 30px;
      margin-left:2% ;
      margin-right: 2%;
    }

    .team-member img {
      border-radius: 50%;
      width: 100px;
      height: 100px;
      margin-bottom: 20px;
    }
    .team-member h3 {
      color: black;
    }
    .team-member p2 {
      color:#7e031e;
    }

 .team-member p {
     text-align: justify;
     color: #0A3D62;
    
    }

   




  /* For small screens like phones */
  @media (max-width: 600px) {
    .x {
      width: 100%; /* The width is 100%, when the viewport is 800px or smaller */
    }
  
    #Values
  {
    width: 100%;
    margin-left: 170px;
    margin-top: 10px;
  }
  
  nav ul {  
    margin-left: 16%;
}
header
{
 width:100%;
}






  
  .team-member {
    
    width: 100%;
    height: fit-content;
    margin-bottom: 25px;
    margin-top: 25px;
  } 
  #pic
  {
    margin-left: 90px;
    
  }

  }
  
  /* For tablets and medium screens */
  @media (max-width: 900px) {
    .x {
      width: 100%; /* The width is 100%, when the viewport is 800px or smaller */
    }
  
    #Values
  {
    width: 100%;
    margin-left: 170px;
    margin-top: 10px;
  }
  
  
  .team-member {
    
    width: 100%;
    height: fit-content;
    margin-bottom: 25px;
    margin-top: 25px;
  }

  #pic
  {
    margin-left: 90px;
   
  }
 
  }
  
  /* For large screens (desktops) */
  @media (min-width: 901px) {
   
   
  }

 

















 
  


